home *** CD-ROM | disk | FTP | other *** search
/ Programming Sound Cards / Programming Sound Cards.iso / sound_52 / convert.bat < prev    next >
DOS Batch File  |  1995-01-01  |  274b  |  16 lines

  1. echo on
  2. copy \mbin\mafiles\%1.ma
  3. rtoc %1.ma > %1.asc
  4. enter2
  5. asc2cake %1
  6. cake2mid %1
  7. copy *.mid \voyetra\midfiles
  8. del \mbin\cwstuff\*.mid
  9. del \mbin\cwstuff\*.asc
  10. del \mbin\cwstuff\*.wrk
  11. del \mbin\cwstuff\*.ma
  12. dir \voyetra\midfiles
  13. dir \mbin\cwstuff
  14. pause
  15. cls
  16.